 .links{
	    	padding: 8px;
	    	background-color: #52b529;
	    	margin: 5px;
	    	-webkit-transition: all 1s;
	    	-o-transition: all 1s;
	    	transition: all 1s;
	    }
	    .links a{
	    	color: #fff;
	    	display: inline-block;
	    	width: 100%;
	    	height: 100%;
	    	text-decoration: none;
	    }
	    .links:hover{
		background-color: #1e824c;
	    }
	    .current{
	    	background-color: #fff;
	    }
	    .swiper-container {
	      width: 100%;
        	height: auto;
	    }
	    .swiper-slide {
	        text-align: center;
	        font-size: 25px;
	        background: #fff;
	    }
	    .swiper-container .swiper-slide {
	        height: auto;
	  
	    }
	    .swiper-container .swiper-slide:nth-child(2n) {
	        height: auto;
	        
	    }